home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / GPP257.ZIP / cplusinc / strclass.h < prev    next >
C/C++ Source or Header  |  1993-11-13  |  156b  |  10 lines

  1. #ifndef _strclass_h
  2. #define _strclass_h
  3. #ifdef __MSDOS__
  4. #include <_String.h>
  5. #else
  6. #include <String.h>
  7. #endif
  8. typedef class String string;
  9. #endif
  10.